.footer {
  background: url(../img/bg.jpg) no-repeat center left;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding: 80px 0 30px;
}
.footer .footer_cont {
  display: flex;
  justify-content: space-between;
}
.footer .footer_cont .footer_left {
  width: 410px;
}
.footer .footer_cont .footer_left .logos {
  height: 42px;
}
.footer .footer_cont .footer_left .logos img {
  height: 100%;
}
.footer .footer_cont .footer_left .des {
  font-size: 14px;
  color: #aab5cb;
  line-height: 38px;
  margin-top: 20px;
}
.footer .footer_cont .footer_left .but {
  display: block;
  background: #c11329;
  border: 1px solid #c11329;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 16px;
  height: 46px;
  width: 180px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  margin-top: 70px;
}
.footer .footer_cont .footer_list {
  margin-left: 80px;
  margin-right: 44px;
}
.footer .footer_cont .footer_list ul li {
  margin-top: 20px;
}
.footer .footer_cont .footer_list ul li .title {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 10px;
}
.footer .footer_cont .footer_list ul li .title1 {
  font-size: 14px;
  color: #707f9b;
  line-height: 30px;
  padding-left: 15px;
  background: url(../img/footer_list.png) no-repeat center left;
}
.footer .footer_cont .footer_list ul li .title2 {
  font-size: 14px;
  color: #aab5cb;
  line-height: 30px;
  padding-left: 30px;
}
.footer .footer_cont .footer_list ul li .on1 {
  background: url(../img/footer3.png) no-repeat center left;
}
.footer .footer_cont .footer_list ul li .on2 {
  background: url(../img/footer4.png) no-repeat center left;
}
.footer .footer_cont .footer_list ul li .on3 {
  background: url(../img/footer5.png) no-repeat center left;
}
.footer .footer_cont .footer_fx .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
  margin-bottom: 35px;
}
.footer .footer_cont .footer_fx .img {
  width: 120px;
}
.footer .footer_cont .footer_fx .img img {
  width: 100%;
}
.footer .footcen {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0 30px;
}
.footer .footcen .linktab {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #A3A3A3;
  line-height: 1;
}
.footer .footcen .linktab li {
  margin-right: 35px;
  cursor: pointer;
}
.footer .footcen .linktab .active {
  color: #FFFFFF;
}
.footer .footcen .linkas {
  margin-top: 20px;
}
.footer .footcen .linkas .linka {
  display: none;
}
.footer .footcen .linkas .linka .linklist {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #A3A3A3;
  height: 32px;
  overflow: hidden;
}
.footer .footcen .linkas .linka .linklist .linkitem {
  margin-right: 35px;
  line-height: 32px;
}
.footer .footcen .linkas .linka .linklist .linkitem a:hover {
  color: #FFFFFF;
}
.footer .footcen .linkas .linka .zhankai {
  white-space: nowrap;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  line-height: 32px;
}
.footer .footcen .linkas .linka .zhankai span {
  margin-left: 10px;
}
.footer .footer_bottom {
  margin-top: 70px;
  font-size: 14px;
  color: #aab5cb;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media (max-width: 1200px) {
  .footer {
    padding: 50px 0 90px;
  }
  .footer .footer_cont .footer_left .logos {
    height: 32px;
  }
  .footer .footer_cont .footer_left .des {
    font-size: 13px;
    color: #aab5cb;
    line-height: 30px;
    margin-top: 20px;
  }
  .footer .footer_cont .footer_left .but {
    background: #c11329;
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    width: 140px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
  }
  .footer .footer_cont .footer_list {
    display: none;
  }
  .footer .footer_cont .footer_fx {
    display: none;
  }
  .footer .footcen {
    display: none;
  }
  .footer .footer_bottom {
    margin-top: 20px;
    font-size: 12px;
    color: #aab5cb;
    line-height: 40px;
  }
}
